projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02f68f
)
GtkFlowBox: Add missing nullable annotation
author
Timm Bäder
<mail@baedert.org>
Thu, 10 Dec 2015 15:54:59 +0000
(16:54 +0100)
committer
Timm Bäder
<mail@baedert.org>
Sat, 12 Dec 2015 08:29:08 +0000
(09:29 +0100)
gtk/gtkflowbox.c
patch
|
blob
|
history
diff --git
a/gtk/gtkflowbox.c
b/gtk/gtkflowbox.c
index 775d0a0fd8858bfaf736a948b112932691a8e07d..3d1a076aa2bd19be740fe97a7b7a6a292a7c3115 100644
(file)
--- a/
gtk/gtkflowbox.c
+++ b/
gtk/gtkflowbox.c
@@
-4214,8
+4214,9
@@
gtk_flow_box_insert (GtkFlowBox *box,
*
* Gets the nth child in the @box.
*
- * Returns: (transfer none): the child widget, which will
- * always be a #GtkFlowBoxChild
+ * Returns: (transfer none) (nullable): the child widget, which will
+ * always be a #GtkFlowBoxChild or %NULL in case no child widget
+ * with the given index exists.
*
* Since: 3.12
*/